home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 5 / The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO / amiga / tsmorp3.lha / Read.Me < prev    next >
Text File  |  1994-02-25  |  3KB  |  63 lines

  1. $VER: TSMorph.readme 3.0 (25.2.94)
  2.  
  3. TSMorph is a set of morphing programs. It consists of three programs:
  4.  
  5.      TSMorph         Edit the Morph parameters
  6.      TSMorph-render  Generate the morphed images
  7.      TSMorph-prefs   Preferences editor
  8.  
  9. TSMorph is used to create a parameter file which is used by TSMorph-render
  10. to produce the morphed images. Run times can be about 3 seconds per frame
  11. for a 150x150 image on a 28Mhz 68040.
  12.  
  13. TSMorph-render can be used to either morph one (or a series of) image(s) to
  14. another in a set number of frames with a number of control points, or just
  15. distort one (or a series of) image(s) with control points. When TSMorph is
  16. run without parameters it will display an ASL file requester for a file
  17. created by TSMorph, it will then create the images, displaying a Progress
  18. Requester on the default public (or named) screen allowing the process to be
  19. interrupted and/or stopped.
  20.  
  21. ARexx scripts are run before and after each image is processed. These allow
  22. the changing of movement and colour to be controlled along with the ability
  23. to only generate some frames, and also post image processing (e.g. to
  24. change to a non-24-bit format and build an animation).
  25.  
  26. TSmorph is used to generate the parameter file. When run it displays an
  27. Information Window on a public screen. This allows the input of the file
  28. names to morph between, the number of frames, the start frame, the output
  29. file names, and the type of morph (single or dual images) to be changed.
  30.  
  31. It also allows the editing of control points on the images. The images are
  32. displayed on a public screen in resizeable, scrollable windows.
  33.  
  34. When the images are displayed control points can be edited in various
  35. modes. These modes allow the addition, deletion, linking and unlinking of
  36. the control points.
  37.  
  38. Context sensitive help is displayed using amigaguide (if available). The
  39. 'Help' key can be pressed in the gadgets, over the gadgets, on menus or
  40. anytime a window is active.
  41.  
  42. // TSMorph - Amiga Morphing program
  43. // Copyright (C) ⌐ 1993/94 Topicsave Limited
  44.  
  45. // This program is free software; you can redistribute it and/or modify
  46. // it under the terms of the GNU General Public License as published by
  47. // the Free Software Foundation; either version 2 of the License, or
  48. // any later version.
  49.  
  50. // This program is distributed in the hope that it will be useful,
  51. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  52. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  53. // GNU General Public License for more details.
  54.  
  55. // You should have received a copy of the GNU General Public License
  56. // along with this program; if not, write to the Free Software
  57. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  58.  
  59. // mark@topic.demon.co.uk
  60. // mpaddock@cix.compulink.co.uk
  61.  
  62. M J Paddock
  63.